home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Text / View / automaticreader / AutomaticReadMe < prev    next >
Text File  |  2000-05-29  |  3KB  |  88 lines

  1. Automatic Reader 1.0
  2.  
  3. This program is FREEWARE or if you prefer EMAILWARE...
  4. (However you can be quite sure it may be somethingWARE).
  5.  
  6. This is a little utility that makes your Amiga read text files.
  7. It was written in ACE Basic, a simple but free evolution of AmigaBasic.
  8. The program must be launched from CLI, and accepts some command line parameters:
  9.  
  10.  
  11. AutomaticReader "FILENAME" "FONT" "SIZE" "VOICE" "WINDOWW" "WINDOWH" "SCREEN"
  12.  
  13. Where the FILENAME are the fullpath name of file to read.
  14. If you want a requester you can pass REQUESTER instead of filename.
  15.  
  16. FONT is a font name (topaz, times or something else...),
  17.  
  18. SIZE is the number of the font size (limited from 6 to 16),
  19.  
  20. VOICE inicates the sex of the Automatic Reader (F or M, at the moment...-)
  21. You can add the letter S to the VOICE parameter to have a slow reading.
  22.  
  23. WINDOWW is the pixel width of the window, and can range from 150 to 640.
  24. WINDOWH is the pixel height of the window, and can range from 100 to 400.
  25.  
  26. SCREEN must be WB, NONE, or OWN.
  27. WB for the WorkBench screen, NONE for non window speaking,
  28. and OWN for an own screen (a very ugly looking screen (too bad)).
  29. If the window height is bigger than 200 the OWN screen will be 640 x 400,
  30. otherwise you will have an 640 x 200 non laced screen.
  31.  
  32. If you select NONE parameter you can terminate the execution by pressing
  33. the left Mouse button for a while.
  34.  
  35. Example:
  36.  
  37. AutomaticReader ReadMeNOWorDie.Doc XEN 13 F 580 200 OWN
  38.  
  39. or:
  40.  
  41. AutomaticReader REQUESTER topaz 8 ms 640 400 wb
  42.  
  43. Note: Parameters can be Upper or Lower case.
  44.  
  45.  
  46. The default settings are XEN 11 font (or topaz 8, in absence), M voice,
  47. 640 x 200 window, WB screen, and are used in absence of parameters,
  48. or if they are wrong.
  49. If a filename is missing will be opened a file requester.
  50. The parameters must be passed in the same order of the example
  51. (So if you want pass "OWN" screen, you must pass all the other parameters).
  52.  
  53. The program quits at the end of file only if you passed a filename by
  54. CLI parameter (useful for Dopus usage).
  55. Otherwise you must quit by gadget or menu.
  56.  
  57. For Italian users:
  58. Potete usare il file ITALIANO.ACCENT da usare con la translator.library v.42
  59. riveduto e corretto per una migliore pronuncia (non aspettatevi miracoli però).
  60. Incluso in questo archivio.
  61.  
  62. Disclaimer:
  63. This program was written without great pretence, so you can use it at your own
  64. risk, and I'm not responsible for things that can happen to your machines.
  65. But on my machine goes very well, and at moment it isn't still exploded.
  66.  
  67. Known problems:
  68.  
  69. You can launch the program from WorkBench, but it will crash at the End,
  70. and you can't pass the parameters.
  71. To make things more easy I made a Script Icon to launch it from WB like
  72. a CLI command.
  73. I have tested this program only on my 1200 with 060, OS 3.5 and AGA.
  74.  
  75. That's all folks...
  76.  
  77.  
  78. Author:
  79. Maurizio Di Francesco
  80. (Address in progress...)
  81. Roma
  82. EMail: MC6609@mclink.it
  83.  
  84.  
  85.  
  86.  
  87.  
  88.